home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / girl_fashion.swf / scripts / DefineButton2_2038 / BUTTONCONDACTION on(release).as
Text File  |  2011-09-19  |  211b  |  8 lines

  1. on(release){
  2.    _root.horse_mc._xscale = 110;
  3.    _root.horse_mc._yscale = 110;
  4.    _root.horse_mc._x = _root.horseX - 60;
  5.    _root.horse_mc._y = _root.horseY + 50;
  6.    _root.horse_mc.eyes.gotoAndStop(3);
  7. }
  8.